home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
THINKC
/
4_0
/
LOC
/
ZLOCCOUN.H
< prev
next >
Wrap
Text File
|
1991-10-17
|
2KB
|
77 lines
/* zLOCCounter.h -- window class */
/* Created 10/17/91 4:10 PM by AppMaker */
#define _H_zLOCCounter
#include <CBureaucrat.h>
#include <CDirector.h>
#include <CPane.h>
#include <CPanorama.h>
#include <CScrollPane.h>
#include <CLabelText.h>
#include <CLabelText.h>
#include <CLabelText.h>
#include <CLabelText.h>
#include <CLabelText.h>
#include <CLabelText.h>
#include <CLabelText.h>
#include <CLabelText.h>
#include <CLabelText.h>
#include <CLabelText.h>
#include <CLabelText.h>
#include <CBorder.h>
#include <CBorder.h>
#include <CBorder.h>
#include <CBorder.h>
#include <CBorder.h>
#include <CBorder.h>
#include <CLabelText.h>
#include <CLabelText.h>
#include <CLabelText.h>
#include <CLabelText.h>
#include <CBorder.h>
#include <CBorder.h>
#include <CBorder.h>
#include <CWindow.h>
struct ZLOCCounter : CWindow {
CPane *itsMainPane;
CBureaucrat *itsGopher; /* Bureaucrat to make the Gopher */
/* when Window is activated */
CScrollPane *mainScroll;
CPanorama *mainPanorama;
/* Panes in this window: */
CLabelText *SourceLinesLabel;
CLabelText *SemicolonsLabel;
CLabelText *FilesLabel;
CLabelText *numLOCNowLabel;
CLabelText *numSemicolonsNowLabel;
CLabelText *numClassesNowLabel;
CLabelText *CurrentLabel;
CLabelText *PreviousLabel;
CLabelText *numLOCPrevLabel;
CLabelText *numSemicolonsPrevLabel;
CLabelText *numClassesPrevLabel;
CBorder *Rect12;
CBorder *Rect13;
CBorder *Rect14;
CBorder *Rect15;
CBorder *Rect16;
CBorder *Rect17;
CLabelText *DeltaLabel;
CLabelText *numLOCDeltaLabel;
CLabelText *numSemicolonsDeltaLabel;
CLabelText *numClassesDeltaLabel;
CBorder *Rect22;
CBorder *Rect23;
CBorder *Rect24;
/*----------*/
void ILOCCounter (CDirector *aSupervisor);
void Activate (void);
void DoCommand (long theCommand);
}; /* ZLOCCounter */